Robustness fixes for drag cancel animation
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Jan 2015 11:07:34 +0000 (06:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Jan 2015 15:13:29 +0000 (10:13 -0500)
commit4f1780c7828737266b7aa1ae8372b7f1c7711b69
tree4a31ba67a0e7f6e42dfbbfc801a3b8276c4b3cdd
parent34c29d8d3cfd85132a7e8c333ffb4353771cfe64
Robustness fixes for drag cancel animation

gtk_widget_get_frame_clock() can return NULL. Deal with that
by silently stopping the drag cancel animation in this case.
gtk/gtkdnd.c